I am new to vaadin and I have to compile my vaadin project which has .aj and .java files with circular dependencies. When I compiled with ant, I get an error indicating/related to circular dependencies. So can pl someone guide to compile my project?
I just used maven to fix my problem. Its working for me.
Visit this link for more details maven commands and details
Related
Here I am using nopcommerce 3.6 In which my folder structure is like below
plugin is nop.xxx. Its physical path is on MyProject/nop.xxx --> it is on same place where we have Presentation, packages and Libraries.
plugin is nop.yyy. Its physical path is on MyProject/Plugins/nop.yyy -> Where we put our all normal plugins
Now issue is in nop.xxx plugin because in that two .dll files I have referenced then also when I build it, It gives me error that
Are you missing reference of Nop.service?
Are you missing reference of nop.yyy?
Though in plugin nop.yyy is build successfully.
Note: nop.xxx and nop.yyy plugins output path are same on presentation/Nop.web/Plugin/Nop.output
your responces are appreciable.
Thank you.
I found solution. I have checked my all referenced dll framework in both plugins.
amoung them RESTSharp dll framework is 4.5.2 but I am using framework 4.5.1.
Thank you
I am new to Plugin development and hence facing this issue.
I have 2 plugin projects and both the projects are part of a feature project. I want to set up an ANT build which could build the feature project and publish it to an URL or File system.
Here is the scenario:
Plugin Project A isDependentOn -> Plugin Project B.
For both these project, I wrote build files which builds them properly.
Now I created a Feature project and included both these plugins into it. However I am not able to correctly write the ANT build file or may be I am not sure of the complete process.
Any help would be greatly appreciated.
Thanks in advance. Cheers !!!
Its better use Maven with Tycho to build eclipse features and plugins in headless mode.
Refer the link Eclipse Tycho and Using Tycho
I am new to Flash Builder development environment. I need to use the library below in my project but don't know how to compile it to produce a .swc file. I tried importing the source folder as a Flash Builder project to no avail. Can someone help please?
This is the library I want to use:
https://github.com/fljot/Gestouch
You can build the library with both Maven and Ant, build files are already there, just take a look.
Precompiled SWCs (dev builds) are available here for now http://repository-fljot.forge.cloudbees.com/snapshot/org/gestouch/gestouch/
I have an Android Project which uses droidText Library.
when I run the project using Eclipse Plugin, build well done.
However when I run it using ANT, the build faild and I got this error:
Pre-Dexing /droidText.0.4.jar -> droidText.0.4-39f8a99da14902e4ed96cdcc8f277d6e.jar
[DEBUG] Skipping watched dependency update for build
I'm prety sure that the problem is related to Android dependency and that's du to uses of duplicated classes in JAR file.
But I don't know how to fix that.
can somebody help me please?
The bug was related to the ANT version, before I had ant 1.7 but after I updated the it with ant 1.8.4. things went ok.
I am trying to compile a j2ee project, and the solution file includes many source projects, libraries. some of source projects have dependency with other source projects. And this compile task will be done by using ant task. is there third party library allows me to do this task quickly?
next step after compiling will be export to ear file.
Thanks for helping.
You can do it using Grand, Ant2dot or VizAnt