RE: Problems with ANTLR

2010-06-10 Thread #
NancyL wrote: > > 1) I downloaded the antlr3-task.zip today from the antlr home page. > 2) In the zip is a jar called antlr3_task.jar > 3) I copied antlr3_task.jar to my eclipse ant plugin lib directory, > C:\eclipse\plugins\org.apache.ant_1.7.1.v20090120-1145\lib > 4) I put this in my build.xml

RE: Problems with ANTLR

2010-06-10 Thread #
I will have a thorough look at the antlr3 task for ant next week, especially the build files and the documentation. Viele Grüße Jürgen mgainty wrote: > > > Good Afternoon > > please download antlr3-task.zip source from > http://www.antlr.org/share/1169924912745/antlr3-task.zip > unzip/unco

stcheckout on

2010-06-10 Thread Eric Fetzer
When using stcheckout recursively in Linux, I'm getting a folder created with permissions of 666, and thus, it can't checkout anything below the folder out because it doesn't have permissions.  Any way to say check out and give files / folders ??? perms?

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, Susanne Wunsch wrote: > Also nothing special with FreeBSD: Thanks Susanne, this is good news Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, glenn opdycke-hansen wrote: > I did not execute the .jar. Instead I noticed the bin folder and ran the > .bat file. I see. > When the .jar was run the following output was seen: > Detected OS_NAME: windows xp > Detected OS_ARCH: x86 > Detected OS_VERSION: 5.1 > Detected Java Ver

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread Susanne Wunsch
Stefan Bodewig writes: Also nothing special with FreeBSD: Detected OS_NAME: freebsd Detected OS_ARCH: i386 Detected OS_VERSION: 8.0-stable Detected Java Version: 1.6.0_07 Detected Java Vendor: The FreeBSD Foundation Detected Java VM Version: 10.0-b23 Detected Java VM Name: Diablo Java HotSpot(TM

Re: Ant devs need help from users with "exotic" OSes

2010-06-10 Thread glenn opdycke-hansen
I did not execute the .jar. Instead I noticed the bin folder and ran the .bat file. That is why I asked for instructions to run the test. Danke. (And now i see that you did provide that information. I did not read it carefully enough.) When the .jar was run the following output was seen: Detec

Re: subant task scans .svn folders

2010-06-10 Thread Stefan Bodewig
On 2010-06-09, bool wrote: > == > > > Build file > > >includes="**/build.xml" > defaultexcludes="true"> > > > > > ==

Re: subant task scans .svn folders

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, Stefan Bodewig wrote: > I've opened Fixed in svn trunk, will be fixed in 1.8.2. I'm just running Ant's test suite to ensure my change doesn't cause any regressions. Stefan

RE: Problems with ANTLR

2010-06-10 Thread Martin Gainty
Good Afternoon please download antlr3-task.zip source from http://www.antlr.org/share/1169924912745/antlr3-task.zip unzip/uncompress to temp folder in org.apache.tools.ant.antlr.ANTLR3.java change public ANTLR3() { commandline.setVm(JavaEnvUtils.getJreExecutable("java")); /

Re: subant task scans .svn folders

2010-06-10 Thread Stefan Bodewig
On 2010-06-09, Stefan Bodewig wrote: > This sounds like a bug. OK, let me try to reproduce this: ste...@machine:/tmp/testbed$ mkdir -p .svn/foo/bar ste...@machine:/tmp/testbed$ mkdir -p dummy/.svn/foo/bar ste...@machine:/tmp/testbed$ echo 'hello' > dummy/sub.xml ste...@machine:/tmp/testbed$ echo

Re: subant task scans .svn folders

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, bool wrote: >>> This sounds like a bug. > If this is a bug, will this be fixed in future releases ? Yes. It would be good if you opened a Bugzilla issue for it. I have already added a few JUnit tests to Ant's svn trunk and they indicate things would be working as expected. Curr