Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tigerstripe-dev] Minimal test for headless

Hi Yuri,
 
here is a minimal test that demonstrates the problem...
 
If you do the following, it works...
 
1) Get a runtime setup of tigerstripe with HEAD with the attached annotation jar install.
 
2) Open workspace in attached ZIP from Eclipse.
 
3) Deploy tigerstripe plugin. (open tsplugin.xml and hit package/deploy)
 
4) Generate the TestModel project. You will see that a file list.txt is generated in target/tigerstripe.gen... will show annotation.
 
Then... this doesn't work
 
5) Shut down Eclipse.
 
6) Delete target directory and  .metadata.directory.
 
7) Run test.bat. Note you may need to edit paths first
 
8) Have a look at the generated list.txt again .. no annotations.
 
I think you should be able to configure an Eclipse debug run with the same parameters once the batch file works. But you will need to install the annotation plugin into your dev environment...
 
Let me know if you have problems.
Steve
 
 
 

Attachment: com.cisco.tigerstripe.annotation.chameleon_1.0.1.jar
Description: com.cisco.tigerstripe.annotation.chameleon_1.0.1.jar

Attachment: forYuri.zip
Description: forYuri.zip


Back to the top