| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 7 months |
| seen | 7 hours ago | |
| stats | profile views | 145 |
|
2d |
awarded | Popular Question |
|
May 20 |
comment |
Drag and drop TXT file into TextArea Add a link to that good resource online on using drag and drop. |
|
May 14 |
comment |
switch between different android repo tags I think my questions isn't about git, but about repo (a tool developed by google to manage android src). I know what I'm asking can be done with pure git, but I'm pretty sure that it's not going to be as simple as what you suggest. Are you sure that you understood my question? |
|
May 13 |
comment |
Configure Eclipse word-boundaries so 'Next-Word-Key' skips whole identifier That camelcase navigation so insanely annoying. Some dude requested that weird behavior and they made it default... On top of that, eclipse that comes with android SDK totally doesn't handle properly Ctrl+Left/Ctrl+Right... |
|
May 13 |
asked | switch between different android repo tags |
|
May 9 |
comment |
FindClass from any thread in Android JNI @fadden it could be. I don't remember exactly what was the issue, but I solved it eventually. |
|
May 8 |
comment |
Conditional execution in ANT @Rebse exactly, that's what my tests show. I need to use if="${my_step}" in combination with antcall |
|
May 8 |
accepted | Conditional execution in ANT |
|
May 8 |
comment |
Conditional execution in ANT I really don't like too much xml overall to get used to anything xml based ;) I simply need to modify some ant-based scripts and then forget about it. |
|
May 8 |
comment |
Conditional execution in ANT I cannot change names of targets, they have to be as-is, since I override existing target names. Regarding antcall. How can i call some random target using antcall? I'm absolutely ZERO when it comes to ant... all I can tell so far about it is that xml-based make is pretty bad idea ;) |
|
May 8 |
comment |
Conditional execution in ANT @Rebse: I use 1.8.4. I tested more, and it looks that regardless of the if it still executes -do_my_step even if pre-compile target isn't executed. |
|
May 8 |
comment |
Conditional execution in ANT Ah, ok... the if="xxx" part means that target will be executed if xxx property is set (to any value, including false). How can I fix it? |
|
May 8 |
comment |
Conditional execution in ANT doesn't work. It runs everything as if there was no if="my_step" in the target specification. In other words, -do_my_step always runs |
|
May 8 |
asked | Conditional execution in ANT |
|
May 8 |
comment |
Create a fileset from a semicolon-separated list in a property I included my solution in the original question. I used your suggestion, but I used different regexes to make sure that trailing commas or windows' paths don't produce wrong fileselectors. |
|
May 8 |
revised |
Create a fileset from a semicolon-separated list in a property my solution |
|
May 8 |
accepted | Create a fileset from a semicolon-separated list in a property |
|
May 8 |
awarded | Notable Question |
|
May 7 |
comment |
Create a fileset from a semicolon-separated list in a property @martinclayton isn't dir="" can be considered to be common? :) and then includes="..." specifies dirs and files to be included in the set |
|
May 7 |
comment |
Create a fileset from a semicolon-separated list in a property @martinclayton I clarified the question |