zhang-haibo / velocity-edit

Automatically exported from code.google.com/p/velocity-edit
GNU General Public License v2.0
0 stars 0 forks source link

Not support old eclipse #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
bad version number error
can show me how to build it from source?

Original issue reported on code.google.com by xbaof...@gmail.com on 14 Jun 2012 at 1:55

GoogleCodeExporter commented 9 years ago
@xbaofeng Don't quite understand your report~ If you want to compile it from 
the source, it should be easy to import it as Eclipse Plugin project and then 
process the compiling.
I'm using the Eclipse 3.7.2 and JDK_X64. Check the build path may help you 
resolve the problem.

Original comment by sefler...@gmail.com on 14 Jun 2012 at 5:10

GoogleCodeExporter commented 9 years ago
I have tried to build the jar from my desktop which is windows xp, but still 
get error of "bad version number error", I think it should be my eclipse's 
version problem. Can you provide an ant build xml,then I can build the project 
easily. For example, I may need a jdk1.4 version of jar output.

Original comment by xbaof...@gmail.com on 14 Jun 2012 at 5:56

GoogleCodeExporter commented 9 years ago
@xbaofeng
1. The PDE project depends on the Eclipse Platform itself which means I can't 
simply pass you my ant.xml file. The version number error occurs because the 
dependencies in the "plugin.xml" is configured to Eclipse 3.7. If you wish to 
build it in old Eclipse, you may need to reconfigure them.
2. There is a plugin named ant4eclipse(http://www.ant4eclipse.org/node/81). 
With its help, it should be easy to build ant configures.
3. the jdk1.4 is too old for lucene 3.x. It's incompatible with lucene 3.x~

Original comment by sefler...@gmail.com on 15 Jun 2012 at 9:47

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, seems I should upgrade my eclipse.

Original comment by xbaof...@gmail.com on 15 Jun 2012 at 1:05

GoogleCodeExporter commented 9 years ago
With pleasure~

Original comment by sefler...@gmail.com on 11 Jul 2012 at 10:06