Re: How To: Java Command to Ant

2009-09-24 Thread dr_pompeii
Hello Francis Thanks a lot, I have already resolved this by other friend, your approach is practically the same Thanks! -Manuel Francis Galiegue-4 wrote: > > On Mon, Sep 21, 2009 at 02:34, dr_pompeii wrote: >> >> Hello supareno >> >> Thanks for the reply, bu

Re: How To: Java Command to Ant

2009-09-20 Thread dr_pompeii
mxremote com.jordan.Main Is to "feed" the line in the main method System.in.read(); Some suggestions are welcome Thanks for your time supareno wrote: > > dr_pompeii, > > you should try this: > > > > [...] > > [...] > >

How To: Java Command to Ant

2009-09-18 Thread dr_pompeii
Dear Members I have this java comand (related with JMX) java -classpath D:\TR\...a.jar;D:\TR\b.jar; -Dcom.sun.management.jmxremote com.jordan.Main This work, then I can get a connection from jconsole (PID from Local Tab Pane) The point is that is a long classpath and work for windows, therefo

some way to resolve this with ant or other tool

2007-12-13 Thread dr_pompeii
hello guys i am in hell with this i work with xdoclet and pls see this situtation [CODE] /** * @hibernate.property column="precioUnitarioVenta" [b]length="6"[/b] not-null="true" */ public [b]BigDecimal[/b] getPrecioUnitarioVenta() { return pre

Re: rookie - problem with xdoclet 2 - ANT doesnt work!!

2007-04-20 Thread dr_pompeii
thaks for the reply give me half week please, i am right now in a hell with a project regards Sabeesh wrote: > >> if i excute ant hibernate , i recieve this error >> /WEB-INF/build.xml:37: Class Not Found: Classloader URLs (classpath): >> well the line is > > Try running ant -d -v hibern

rookie - problem with xdoclet 2 - ANT doesnt work!!

2007-03-13 Thread dr_pompeii
Hello guys i have a problem with xdoclet to create the hbm.xml files related with the composite keys after see in google it seems that the solution is xdoclet2 well after read the information, like http://www.hibernate.org/284.html, i try do use the example configuration and well i used to work

Re: [SEC=UNCLASSIFIED] war task add folders that be should avoid/ignore it

2007-03-07 Thread dr_pompeii
Hi steve thanks for the reply well your way doesnt work, ;( a friend help me, and this is the right solution anyway, thanks for your time regards Steve Loughran wrote: > > dr_pompeii wrote: >> Hi guys >> >> i have a problem with ant [b]war[/b] task >&g

war task add folders that be should avoid/ignore it

2007-03-06 Thread dr_pompeii
Hi guys i have a problem with ant [b]war[/b] task my build.xml are located in [code] myapp WEB-INF build.xml [/code] this is my war task target [code] [/code] where [b][/b] well the