Re: [xmlc] Where do i get xmlc.exe ?

"Scott Morgan" <[email protected]> Mon, 12 Sep 2005 11:14:36 -0500 (CDT)
Newsgroups gmane.comp.java.enhydra.xmlc
Message-ID <[email protected]>
This is a multi-part message in MIME format...

------------=_1126541715-14487-128
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Arun,

This is a bit of overkill but try

java -classpath
bcel.jar;gnu-regexp.jar;jtidy.jar;wireless.jar;xhtml.jar;xmlc-all-runtime.j=
ar;xmlc-base.jar;xmlc-chtml.jar;xmlc-taskdef.jar;xmlc-voicexml.jar;xmlc-wml=
.jar;xmlc-xerces.jar;xmlc.jar;../build-lib/xml-apis.jar;../build-lib/servle=
t.jar;../build-lib/jaxen.jar;../build-lib/commons-jxpath.jar
       org/enhydra/xml/xmlc/commands/xmlc/XMLC

from the xmlc lib directory, also you can place the text in a .bat file so
you don't have to retype it all the time.

Or if your using ant 1.5, there was some problem with ant 1.6 last time I
tried it.

<taskdef name=3D"xmlc"
	         classname=3D"org.enhydra.xml.xmlc.taskdef.Xmlc"
	         classpath=3D"${xmlc_classpath}"/>
      <xmlc srcdir=3D"src" includes=3D"**/*.html"  verbose=3D"on"/>


I am using xmlc 2.2.5.

Cheers,
Scott

> Hi,
>
>
>   I am very new to XMLC.
>   Recently i downloaded xmlc-2.2.6.zip.   I was going
> through the
>  documentation, and it says that, to generate a java
> class from a
> html file
>  use this command (xmlc -keep hello.html) but in the
> binary that i
>  downloaded i didnt find any bin directory nor any
> xmlc exe.
>  Kindly tell me where do i find those exe or how do i
> generate the java file out of a html file.
>
>
>> Regards,
>> Arun
> -------------------------------------------------------
>
> Hi
>
> For technical questions on XMLC please use XMLC
> mailing list :
> [email protected]
>
> Best regards
>
>
> --
> Xavier MOGHRABI - Consortium ObjectWeb
> Email: xavier.moghrabi at objectweb.org
> Phone: +33 4 76 61 52 35 - Skype ID:
> xavier.moghrabi.bureau
>
>
> Le Samedi 6 Ao=FBt 2005 16:45, Arunkumar Sreedharan a
> =E9crit :
>> Hi,
>>  I am very new to XMLC.
>>  Recently i downloaded xmlc-2.2.6.zip.   I was going
> through the
>> documentation, and it says that, to generate a java
> class from an
> html file
>> use this command (xmlc -keep hello.html) but int he
> binary that i
>> downloaded i didnt find any bin directory nor any
> xmlc exe. Kindly
> tell me
>> where do i find those exe or how do i generate the
> java file out of a
> html
>> file.
>>
>>
>> Regards,
>> Arun
>>
>
> Send instant messages to your online friends http://in.messenger.yahoo.com
>
>




------------=_1126541715-14487-128
Content-Type: text/plain; name="message-footer.txt"
Content-Disposition: inline; filename="message-footer.txt"
Content-Transfer-Encoding: 8bit


--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

------------=_1126541715-14487-128--