This content has been marked as final.
Show 5 replies
-
1. Re: Error In Building
jesper.pedersen Jul 2, 2009 2:39 PM (in response to gurkanerdogdu)There is a bug in Ivy when compiling on Windows.
You need compile the Ivy trunk and install that JAR file. Then it'll work.
I'll update the developer guide with the requirement.
Thanks for the feedback. -
2. Re: Error In Building
gurkanerdogdu Jul 2, 2009 3:00 PM (in response to gurkanerdogdu)
PostPosted: Thu Jul 2, 2009 14:39 PM Post subject: Re: Error In Building
There is a bug in Ivy when compiling on Windows.
I am using Linux Distro. Anyway, as you suggested, I have downloaded ivy trunk and build jar. it works!
In the mean time, how could I start standalone server after build? I used thejava -jar jboss-jca-sjc.jar
but it is resulted asjava.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1938) at org.jboss.jca.sjc.Main.boot(Main.java:94) at org.jboss.jca.sjc.Main.access$000(Main.java:55) at org.jboss.jca.sjc.Main$1.run(Main.java:592) at java.lang.Thread.run(Thread.java:619) Server started in 5ms
-
3. Re: Error In Building
jesper.pedersen Jul 2, 2009 3:09 PM (in response to gurkanerdogdu)You can do
ant clean sjc cd target/sjc/bin ./run.sh
There is a bit of information in the developer guide - see chapter 8.2. You are most welcome to send a patch against the documentation with the changes you would like to see. That will make it easier to others to get up and running.
Thanks. -
4. Re: Error In Building
gurkanerdogdu Jul 2, 2009 3:47 PM (in response to gurkanerdogdu)There is a bit of information in the developer guide - see chapter 8.2. You are most welcome to send a patch against the documentation with the changes you would like to see. That will make it easier to others to get up and running.
https://jira.jboss.org/jira/browse/JBJCA-104
--Gurkan -
5. Re: Error In Building
jesper.pedersen Jul 2, 2009 4:11 PM (in response to gurkanerdogdu)Changed it a bit, applied.
Thanks.