Re: [Concern-users] Re: CROSS POSTING: new demo process
Brought to you by:
hengels,
leonchiver
|
From: Lisa R. <lis...@sa...> - 2004-01-08 13:08:14
|
Running cg.sh by hand gives me:
-bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: Permission
denied
If I su to root I get:
bash: ../devel/dist/bin/cg.sh: /bin/sh^M: bad interpreter: No such file
or directory
Will attempt to debug some more but if you have any suggestions let me know.
Lisa
Holger Engels wrote:
>this codeblock is part of the xdoclet target in demo/build.xml:
>
> <exec executable="../devel/dist/bin/cg.sh">
> <env key="JAVA_HOME" file="${java.home}"/>
> <arg value="-j"/>
> <arg file="src/java"/>
> <arg value="-m"/>
> <arg file="src/meta"/>
> <arg value="-c"/>
> <arg file="src/controller"/>
> <arg value="-d"/>
> <arg file="src/ddl"/>
> <arg file="src/cpd/engagement.cpd"/>
> </exec>
>
>it should produce those directories! Maybe it's going somewhere else for
>whatever reason. try:
>
> find -name ApplicationController.jar
>
>maybe try running the code generator by hand.
>
>holger
>
>
>Quoting Lisa Retief <lis...@sa...>:
>
>
>
>>I ran
>>
>>ant xdoclet jca ejb web
>>
>>ant it reported BUILD SUCCESSFUL.
>>
>>Under demo/src I only have:
>>
>>[lisa@mandrake1 src]$ pwd
>>/home/lisa/concern/concern-src-1.0.1/demo/src
>>[lisa@mandrake1 src]$ ls
>>cml/ cpd/ CVS/ html/ java/ meta/ res/
>>
>>Any suggestions?
>>
>>Thanks,
>>Lisa
>>
>>Holger Engels wrote:
>>
>>
>>
>>>Quoting Lisa Retief <lis...@sa...>:
>>>
>>>
>>>
>>>
>>>
>>>>Also
>>>>
>>>>cp src/controller/Application* $DEPLOY
>>>>cp src/controller/Engagement* $DEPLOY
>>>>
>>>>no src/controller directory?
>>>>
>>>>
>>>>
>>>>
>>>
>>>and no demo/src/controller demo/src/ddl ?
>>>
>>>did you run ant xdoclet in demo ? someting like:
>>>
>>> ant xdoclet jca ejb web
>>>
>>>please post to concern-users!
>>>
>>>regards,
>>>
>>>holger
>>>
>>>-------------------------------------------------
>>>This mail sent through IMP: http://horde.org/imp/
>>>
>>>
>>>-------------------------------------------------------
>>>This SF.net email is sponsored by: Perforce Software.
>>>Perforce is the Fast Software Configuration Management System offering
>>>advanced branching capabilities and atomic changes on 50+ platforms.
>>>Free Eval! http://www.perforce.com/perforce/loadprog.html
>>>_______________________________________________
>>>Concern-users mailing list
>>>Con...@li...
>>>https://lists.sourceforge.net/lists/listinfo/concern-users
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>>
>
>
>Holger Engels
>(Dipl Inf Med)
>
>
>
|