I got java 1.4 from Oracle/ old sun java site for windows and got it
running for a test app.
Can you share the command to get the latest ant code?
I tried
svn co https://fisheye6.atlassian.com/browse/ant/core/trunk ant
svn co http://svn.apache.org/repos/asf/ant/ant/trunk ant
(svn: Repository mov
On Fri, Jan 20, 2012 at 9:06 AM, Tushar Kapila wrote:
> I got java 1.4 from Oracle/ old sun java site for windows and got it
> running for a test app.
> Can you share the command to get the latest ant code?
>
> I tried
> svn co https://fisheye6.atlassian.com/browse/ant/core/trunk ant
>
>
> svn co
On 2012-01-20, Tushar Kapila wrote:
> I got java 1.4 from Oracle/ old sun java site for windows and got it
> running for a test app.
I didn't realize there are Windows/Linux versions of 1.4.2_19 and older,
I just looked at the later 1.4.2 versions and they are availabe for
Solaris only. I may tr
yes i was able to build ant by settings java_home=j2sdk142_18
not sure if the tests are called.
i see you already know it builds. i can help if you need any tests on
windows.
On Fri, Jan 20, 2012 at 22:24, Stefan Bodewig wrote:
> On 2012-01-20, Tushar Kapila wrote:
>
> > I got java 1.4 from Orac
On 2012-01-20, Tushar Kapila wrote:
> yes i was able to build ant by settings java_home=j2sdk142_18
great.
> not sure if the tests are called.
build.bat test
would do that.
> i see you already know it builds. i can help if you need any tests on
> windows.
Many thanks
Stefan
--
How to run the packages using ant?
I have set of classes in one package. I want to run that classes. How to use
the packages in ant?
Awaiting for your reply.
--
View this message in context:
http://ant.1045680.n5.nabble.com/How-to-run-all-the-junit-classes-in-parallel-instead-of-adding-one-by-