ashik94vc / mp4parser

Automatically exported from code.google.com/p/mp4parser
0 stars 0 forks source link

mp4parser doesn't compile #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://mp4parser.googlecode.com/svn/trunk/ mp4parser
2. cd mp4parser
3. mvn compile

Expected output:
It should compile without errors.

Actual output:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.googlecode.mp4parser:isoparser:jar:1.0-alpha-2-SNAPSHOT
...
---------------------------------------------------------------
I hope this is a right way to report a problem.
Thanks a lot,
--Sergey

Original issue reported on code.google.com by serge...@gmail.com on 22 Apr 2011 at 3:19

GoogleCodeExporter commented 8 years ago
Hi Sergey, 

the isoviewer and example module depends on the isoparser module. If you ever 
run into this problem again please adjust the version in the depedency section 
in the depending module's pom.xml. 

I just set all dependencies to latest release. 

Best Regards,
Sebastian

Original comment by Sebastian.Annies on 24 Jun 2011 at 2:28

GoogleCodeExporter commented 8 years ago
Thanks a lot!
--Sergey

Original comment by serge...@gmail.com on 25 Jun 2011 at 2:58